home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
dos
/
datetime
/
navytime
/
comm.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1987-06-26
|
477 b
|
10 lines
/* comm.h -- header file for communications port i/o */
int comm_open(unsigned unit, unsigned baud, int parity,
int stop, int wordsize);
void comm_close_all(void);
void comm_close(unsigned unit);
int comm_getc(unsigned unit);
void comm_clr(unsigned unit);
int comm_putc(unsigned unit, int c);